home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / FootnoteRestartMicro.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  566b  |  41 lines

  1. FootnoteInspector = {
  2.     ACTIONS = {
  3.     setKey:;
  4.     setNumbering:;
  5.     };
  6.     OUTLETS = {
  7.     numberTxt;
  8.     restartMicro;
  9.     autoNmbrCheck;
  10.     keyMicro;
  11.     restartMtx;
  12.     numberMtx;
  13.     };
  14.     SUPERCLASS = PGInspector;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. PGInspector = {
  22.     ACTIONS = {
  23.     default:;
  24.     setMicroInspector:;
  25.     set:;
  26.     revert:;
  27.     };
  28.     OUTLETS = {
  29.     currentStyleButton;
  30.     blankMicroPanel;
  31.     window;
  32.     microInspectorSlot;
  33.     loadedSelection;
  34.     loadedStyleList;
  35.     styleList;
  36.     stringTable;
  37.     microInspectorMtx;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.